home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 October: Mac OS SDK / Dev.CD Oct 97 SDK1.toast / Development Kits (Disc 1) / Interfaces&Libraries / Universal / Interfaces / PInterfaces / Kernel.p < prev    next >
Encoding:
Text File  |  1997-08-12  |  927 b   |  48 lines  |  [TEXT/MPS ]

  1. {
  2.      File:        Kernel.p
  3.  
  4.      Contains:    Kernel Interfaces
  5.  
  6.      Version:    Technology:    System 8
  7.                  Release:    Universal Interfaces 3.0.1
  8.  
  9.      Copyright:    © 1994-1997 by Apple Computer, Inc., all rights reserved
  10.  
  11.      Bugs?:        Please include the the file and version information (from above) with
  12.                  the problem description.  Developers belonging to one of the Apple
  13.                  developer programs can submit bug reports to:
  14.  
  15.                      devsupport@apple.com
  16.  
  17. }
  18. {$IFC UNDEFINED UsingIncludes}
  19. {$SETC UsingIncludes := 0}
  20. {$ENDC}
  21.  
  22. {$IFC NOT UsingIncludes}
  23.  UNIT Kernel;
  24.  INTERFACE
  25. {$ENDC}
  26.  
  27. {$IFC UNDEFINED __KERNEL__}
  28. {$SETC __KERNEL__ := 1}
  29.  
  30. {$I+}
  31. {$SETC KernelIncludes := UsingIncludes}
  32. {$SETC UsingIncludes := 1}
  33.  
  34. {$IFC UNDEFINED __DRIVERSERVICES__}
  35. {$I DriverServices.p}
  36. {$ENDC}
  37.  
  38. {
  39.     The contents of Kernel.h has been merged into DriverServices.h
  40. }
  41. {$SETC UsingIncludes := KernelIncludes}
  42.  
  43. {$ENDC} {__KERNEL__}
  44.  
  45. {$IFC NOT UsingIncludes}
  46.  END.
  47. {$ENDC}
  48.